Interface AddCapkToCapkListRequest

interface AddCapkToCapkListRequest {
    capkId: string;
    id: string;
}

Properties

Properties

capkId: string
id: string