@welshare/sdk
    Preparing search index...
    schema: {
        $schema: string;
        items: {
            properties: {
                _id: { description: string; type: string };
                call_to_action: {
                    properties: { label: { type: string }; url: { type: string } };
                    type: string;
                };
                message: { type: string };
                sender_did: { type: string };
                status: { enum: string[]; type: string };
                subject: { type: string };
                subject_did: { type: string };
            };
            required: string[];
            type: string;
        };
        title: string;
        type: string;
    }

    Type Declaration

    • $schema: string
    • items: {
          properties: {
              _id: { description: string; type: string };
              call_to_action: {
                  properties: { label: { type: string }; url: { type: string } };
                  type: string;
              };
              message: { type: string };
              sender_did: { type: string };
              status: { enum: string[]; type: string };
              subject: { type: string };
              subject_did: { type: string };
          };
          required: string[];
          type: string;
      }
    • title: string
    • type: string