/** * This file was auto-generated by Fern from our API Definition. */ /** * The status of the grant. To see a description of each status, see the "Grant Statuses" section of the Chariot documentation. */ export declare type GrantStatusStatus = "Initiated" | "Completed" | "Canceled"; export declare const GrantStatusStatus: { readonly Initiated: "Initiated"; readonly Completed: "Completed"; readonly Canceled: "Canceled"; };