export interface AccountShareRequest {
    protocols: string[];
    callbackURL?: string;
}
