Interface DocumentCreateResponseDTO

interface DocumentCreateResponseDTO {
    key: string;
}

Properties

Properties

key: string