Interface IAppUpdate

interface IAppUpdate {
    description?: string;
    name: string;
    ownerId?: string;
}

Properties

description?: string
name: string
ownerId?: string