Type Alias UpdateInput

UpdateInput: {
    id: string;
    is_public: boolean;
    name: string;
}