Interface EcosystemVicalCreateSuccessEvent

interface EcosystemVicalCreateSuccessEventSanitised {
    category: "ecosystem";
    data: {
        date: string;
        vicalIssueID: number;
    };
    id: string;
    requestId: string;
    tenantId: string;
    timestamp: number;
    type: string;
    version: "1";
}

Properties

category: "ecosystem"
data: {
    date: string;
    vicalIssueID: number;
}

Type declaration

  • date: string
  • vicalIssueID: number
id: string
requestId: string
tenantId: string
timestamp: number
type: string
version: "1"