Type alias RcsbQueryGroupAlignmentArguments
RcsbQueryGroupAlignmentArguments: QueryGroup_AlignmentArgs & {
excludeLogo?: boolean;
page: {
after: string;
first: number;
};
}
Type declaration
Optional
excludeLogo?: boolean
page: {
after: string;
first: number;
}
after: string
first: number