Interface AssetVariables

interface AssetVariables {
    after: string;
    filter: {
        group?: {
            id: string;
        };
        id?: string;
    };
    first: number;
}

Properties

Properties

after: string
filter: {
    group?: {
        id: string;
    };
    id?: string;
}
first: number