export interface PoolPayload {
    id?: string;
    code?: string;
    owner?: string;
    description_sha256?: string;
}
