UNPKG

@agility/management-sdk

Version:
17 lines (16 loc) 430 B
export declare class WebsiteListing { orgCode: string | null; orgName: string | null; websiteName: string | null; websiteNameStripped: string | null; displayName: string | null; guid: string | null; websiteID: number; isCurrent: boolean; managerUrl: string | null; version: string | null; isOwner: boolean; isDormant: boolean; isRestoring: boolean; teamID: number | null; }