ProjectUpdateInput
Type Alias: ProjectUpdateInput
type ProjectUpdateInput = {
description: string | null;
discord: string | null;
image: string | null;
name: string | null;
telegram: string | null;
twitter: string | null;
website: string | null;
};Properties
description?
optional description: string | null;discord?
image?
name?
telegram?
twitter?
website?
Last updated