/**
 * This file was auto-generated by Fern from our API Definition.
 */
/**
 * @example
 *     {
 *         contact_id: "63a07ddf05a32042dffac965"
 *     }
 */
export interface UnarchiveContactRequest {
    /**
     * id
     */
    contact_id: string;
}
