Skip to content

@ecp.eth/sdk


@ecp.eth/sdk / indexer / IndexerAPIFarcasterDataSchemaType

Type Alias: IndexerAPIFarcasterDataSchemaType

type IndexerAPIFarcasterDataSchemaType = {
  displayName?: string;
  fid: number;
  pfpUrl?: string;
  username?: string;
};

Defined in: packages/sdk/src/indexer/schemas.ts:20

Type declaration

displayName?

optional displayName: string;

fid

fid: number;

pfpUrl?

optional pfpUrl: string;

username?

optional username: string;