interface PrivateConfig {
    tokenExpireAt?: number;
}

Properties

Properties

tokenExpireAt?: number