Type Alias AssignmentsActionsDeleteResponse

{
* data: [
* {
* status: 200,
* subject: "qlik\malik",
* type: "professional"
* },
* {
* code: "LICENSES-016",
* status: 404,
* subject: "qlik\no",
* title: "Assignment not found.",
* type: "analyzer"
* }
* ]
* }
type AssignmentsActionsDeleteResponse = {
    data: {
        code?: string;
        status: number;
        subject?: string;
        title?: string;
        type?: string;
    }[];
}
Index

Properties

Properties

data: {
    code?: string;
    status: number;
    subject?: string;
    title?: string;
    type?: string;
}[]

Type declaration

  • Optionalcode?: string

    Error code

  • status: number

    Response status

  • Optionalsubject?: string

    Subject

  • Optionaltitle?: string

    Error title

  • Optionaltype?: string

    Allotment type