/** * This file was auto-generated by Fern from our API Definition. */ /** * The status of the grant: * * Initiated: The grant has been initiated and is ready to be processed * * Completed: The grant has been completed */ export declare type UnintegratedGrantsUpdateRequestStatus = "Initiated" | "Completed"; export declare const UnintegratedGrantsUpdateRequestStatus: { readonly Initiated: "Initiated"; readonly Completed: "Completed"; };