Axinom Mosaic Libraries
    Preparing search index...

    Interface DeleteLocalizationSourceEntityFinishedEvent

    Delete localization source entity finished event schema. This event will only be sent if the delete localization source entity command has a message_context with at least one property.

    interface DeleteLocalizationSourceEntityFinishedEvent {
        entity_id: string;
        entity_type: string;
        service_id: string;
    }
    Index

    Properties

    entity_id: string

    The string has a minimum length of one character and it cannot consist of only whitespace characters.

    entity_type: string

    The string has a minimum length of one character and it cannot consist of only whitespace characters.

    service_id: string

    The string has a minimum length of one character and it cannot consist of only whitespace characters.