ProjectInput
Type Alias: ProjectInput
type ProjectInput = {
createdAt: Date;
description: string | null;
discord: string | null;
id: string;
image: string | null;
name: string;
offchainAllocationEndpoint: string | null;
telegram: string | null;
twitter: string | null;
updatedAt: Date;
website: string | null;
};Properties
createdAt?
description?
discord?
id?
image?
name
offchainAllocationEndpoint?
telegram?
twitter?
updatedAt?
website?
Last updated