interface IInvalidation {
    account: string;
    last_invalidation_time: string;
}

Properties

account: string
last_invalidation_time: string