/**
 * **PG 오류 메시지**
 *
 * PG에서 오류 메시지를 내려 주는 경우 이 오류 메시지를 그대로 반환합니다.
 */
export type PgMessage = string;
