export interface ApplicationRevokeAccessTokenParams {
    token?: string;
    id: string;
}
