Variable GetChannelsPayloadConst

GetChannelsPayload: ZodObject<{
    apiEndpoint: ZodUnion<[ZodString, ZodCustom<URL, URL>]>;
    apiToken: ZodString;
    fullTopology: ZodOptional<ZodBoolean>;
    includingClosed: ZodOptional<ZodBoolean>;
    timeout: ZodOptional<ZodNumber>;
}, $strip> = ...

Get channels

Type declaration

  • apiEndpoint: ZodUnion<[ZodString, ZodCustom<URL, URL>]>

    The API endpoint for authentication.

  • apiToken: ZodString

    The API token for authentication.

  • fullTopology: ZodOptional<ZodBoolean>
  • includingClosed: ZodOptional<ZodBoolean>
  • timeout: ZodOptional<ZodNumber>

    optional timeout for the requests