mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-12-06 08:16:51 +00:00
7 lines
384 B
TypeScript
7 lines
384 B
TypeScript
export type AccessListExpansion = "owner" | "items" | "clients";
|
|
export type AuditLogExpansion = "user";
|
|
export type CertificateExpansion = "owner" | "proxy_hosts" | "redirection_hosts" | "dead_hosts" | "streams";
|
|
export type HostExpansion = "owner" | "certificate";
|
|
export type ProxyHostExpansion = "owner" | "access_list" | "certificate";
|
|
export type UserExpansion = "permissions";
|