UNPKG

@agility/cli

Version:

Agility CLI for working with your content. (Public Beta)

10 lines (9 loc) 253 B
export declare class cliToken { PartitionKey: string | null; RowKey: string | null; access_token: string | null; expires_in: number | null; token_type: string | null; refresh_token: string | null; timestamp: string | null; }