import JSONAPIModel from '../util/json-api/JSONAPIModel'; /** * @category API Resource */ export declare type AgreementPageAttributes = { enabled?: boolean; position?: number; }; /** * @category API Resource */ export declare type AgreementPageRelationships = 'flow' | 'agreements'; /** * @category API Resource */ export declare type AgreementPageModel = JSONAPIModel; //# sourceMappingURL=AgreementPageResource.d.ts.map