Type Alias CreateInput

CreateInput: {
    args: {
        [key: string]: unknown;
    };
    name: string;
}