@ua/react-native-airship
    Preparing search index...

    Interface ItemBase

    interface ItemBase {
        conditions?: NotificationOptInCondition[];
        display: CommonDisplay;
        id: string;
        type: unknown;
    }

    Hierarchy (View Summary)

    Index

    Properties

    display: CommonDisplay
    id: string
    type: unknown