XYO Platform SDK - v3.10.6
    Preparing search index...

    Variable isPayloadConst

    isPayload: <T extends Payload>(
        schema: string[],
    ) => (value: unknown) => value is T

    Type declaration

      • <T extends Payload>(schema: string[]): (value: unknown) => value is T
      • Type Parameters

        Parameters

        • schema: string[]

        Returns (value: unknown) => value is T