Type alias RcsbContextType
RcsbContextType: Partial<{
asymId: string;
authId: string;
chrId: string;
entityId: string;
entryId: string;
operatorIds: string[];
queryId: string;
targetId: string;
upAcc: string;
}>
Type declaration
asymId: string
authId: string
chrId: string
entityId: string
entryId: string
operatorIds: string[]
queryId: string
targetId: string
upAcc: string