@tomei/sso
Version:
Tomei SSO Package
16 lines (15 loc) • 306 B
text/typescript
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;
}