interface ICreateRegistryResponse { id: number; session: number; token: string; hash: string; file: string; status: string; enabled: boolean; created: string; updated: string; } export default ICreateRegistryResponse;