ProjectInput
@torque-labs/sdk / 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;
};Defined in: sdk/src/types/schemaTypes.ts:1865
Properties
createdAt?
Defined in: sdk/src/types/schemaTypes.ts:1875
description?
Defined in: sdk/src/types/schemaTypes.ts:1869
discord?
Defined in: sdk/src/types/schemaTypes.ts:1872
id?
Defined in: sdk/src/types/schemaTypes.ts:1866
image?
Defined in: sdk/src/types/schemaTypes.ts:1868
name
Defined in: sdk/src/types/schemaTypes.ts:1867
offchainAllocationEndpoint?
Defined in: sdk/src/types/schemaTypes.ts:1874
telegram?
Defined in: sdk/src/types/schemaTypes.ts:1870
twitter?
Defined in: sdk/src/types/schemaTypes.ts:1871
updatedAt?
Defined in: sdk/src/types/schemaTypes.ts:1876
website?
Defined in: sdk/src/types/schemaTypes.ts:1873
Last updated