Type alias App

App: {
    appId: string | null | undefined;
    profit: MessageTypeRecord;
}

Type declaration

Generated using TypeDoc