UpdateSectionArgs
type UpdateSectionArgs = RequireAtLeastOne<{
description: string | null;
name: string;
}>;
Arguments for updating a section. At least one field must be provided.
type UpdateSectionArgs = RequireAtLeastOne<{
description: string | null;
name: string;
}>;
Arguments for updating a section. At least one field must be provided.