SelectionSet type

Type information of a selection set

Signature:

export declare type SelectionSet = {
    id: number;
    name: string;
    elementIds: string[];
    updatedAt: string;
    createdAt: string;
};