Interface IAppCreate

interface IAppCreate {
    description?: string;
    locale?: string;
    name: string;
    spaceId?: string;
}

Properties

description?: string
locale?: string
name: string
spaceId?: string