Beignet API reference
    Preparing search index...

    Type Alias InferNotificationPayload<N>

    InferNotificationPayload: N["payload"] extends StandardSchemaV1<
        unknown,
        infer Output,
    >
        ? Output
        : never

    Infer the parsed payload type for a notification definition.

    Type Parameters