Type alias ApplicationCreatedEvent

ApplicationCreatedEvent: IdentityEvent & {
    type: "application-created";
}

Generated using TypeDoc