Type alias ClientAccessRestriction
ClientAccessRestriction: ClientAccessRestrictionAttributes & {     id: string;     type: "ip-access-restrictions" | "host-access-restrictions" | "api-access-restrictions";     client: {         data: {             type: "clients";             id: string;         };     }; } Type declaration
id: string
type: "ip-access-restrictions" | "host-access-restrictions" | "api-access-restrictions"
client: { 
    data: { 
        type: "clients"; 
        id: string; 
    }; 
}
data: { 
    type: "clients"; 
    id: string; 
}
type: "clients"
id: string