Type Alias AppAttributes

type AppAttributes = {
    description?: string;
    locale?: string;
    name?: string;
    spaceId?: string;
    usage?: UsageEnum;
}
Index

Properties

description?: string

The description of the application

locale?: string
name?: string
spaceId?: string
usage?: UsageEnum