Interface DeleteFieldAssociationSchemeResponse

Response object after successfully deleting a field association scheme.

interface DeleteFieldAssociationSchemeResponse {
    deleted?: boolean;
    id?: string;
}

Properties

Properties

deleted?: boolean
id?: string