export interface AccessScope {
    handle: string;
}
