UNPKG

@tomei/sso

Version:
16 lines (15 loc) 332 B
export interface ISystemAttr { SystemCode: string; Name: string; Description: string; AccessURL: string; GooglePlayURL: string; AppleStoreURL: string; APIKey: string; APISecret: string; Status: string; CreatedById: number; UpdatedById: number; CreatedAt: Date; UpdatedAt: Date; }