@ptkl/sdk - v1.18.0
    Preparing search index...

    Type Alias FileNotificationCreatePayload

    type FileNotificationCreatePayload = {
        note: string;
        notify_at: string;
        recipient_email?: string;
    }
    Index

    Properties

    note: string
    notify_at: string
    recipient_email?: string

    Only recipient field the server (mediaFileNotificationRequest) reads