interface Users {
    links?: { self?: string };
    users?: UserResponse[];
}

Properties

Properties

links?: { self?: string }
users?: UserResponse[]
MMNEPVFCICPMFPCPTTAAATR