import JSONAPIModel from '../util/json-api/JSONAPIModel'; /** * @category API Resource */ export declare type SignInFieldPageAttributes = { enabled?: boolean; position?: number; }; /** * @category API Resource */ export declare type SignInFieldPageRelationships = 'flow' | 'actionable-sign-in-field-actions' | 'actionable-sign-in-fields' | 'sign-in-field-actions' | 'sign-in-fields'; /** * @category API Resource */ export declare type SignInFieldPageModel = JSONAPIModel; //# sourceMappingURL=SignInFieldPageResource.d.ts.map