/// export interface RevokeSessionRequestPartial { 'localPublicKey'?: (Buffer | Uint8Array | string); } export interface RevokeSessionRequest { 'localPublicKey': (Buffer); }