ProjectInput

@torque-labs/sdk


@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?

optional createdAt: Date;

Defined in: sdk/src/types/schemaTypes.ts:1875


description?

optional description: string | null;

Defined in: sdk/src/types/schemaTypes.ts:1869


discord?

optional discord: string | null;

Defined in: sdk/src/types/schemaTypes.ts:1872


id?

optional id: string;

Defined in: sdk/src/types/schemaTypes.ts:1866


image?

optional image: string | null;

Defined in: sdk/src/types/schemaTypes.ts:1868


name

name: string;

Defined in: sdk/src/types/schemaTypes.ts:1867


offchainAllocationEndpoint?

optional offchainAllocationEndpoint: string | null;

Defined in: sdk/src/types/schemaTypes.ts:1874


telegram?

optional telegram: string | null;

Defined in: sdk/src/types/schemaTypes.ts:1870


twitter?

optional twitter: string | null;

Defined in: sdk/src/types/schemaTypes.ts:1871


updatedAt?

optional updatedAt: Date;

Defined in: sdk/src/types/schemaTypes.ts:1876


website?

optional website: string | null;

Defined in: sdk/src/types/schemaTypes.ts:1873

Last updated