Type Alias LookupUserResponse

LookupUserResponse: BaseResponse & {
    cftools_id: string;
    notice?: string;
}