import type { AppData } from './AppData';
/**
 * An `appData` document that is registered with the API.
 */
export type AppDataObject = {
    fullAppData?: AppData;
};
