Documentation
    Preparing search index...

    Interface ApplicationExposureResponse

    interface ApplicationExposureResponse {
        createdAtTimestamp: number;
        exposureName: string;
        fieldValues: ApplicationFieldValues;
        id: string;
        status: ACTIVITY_STATUS;
    }

    Hierarchy

    Index
    createdAtTimestamp: number
    exposureName: string
    id: string