Type alias NextArgs

NextArgs: {
    skiplink?: string;
    backlink?: string;
    seqNum: string | bigint | number;
    logId: string | bigint | number;
}

Response data from nextArgs and publish GraphQL query. Contains all the important bits to create a new Bamboo entry.

Type declaration

  • Optional skiplink?: string
  • Optional backlink?: string
  • seqNum: string | bigint | number
  • logId: string | bigint | number

Generated using TypeDoc