fiix perms type bugs

This commit is contained in:
Skillz
2020-09-16 11:57:54 -04:00
parent c3d13932a9
commit db18462c55

View File

@@ -466,10 +466,6 @@ export interface RawOverwrite {
allow: number;
/** The permissions that this id is NOT allowed to do. (This will mark it as a red x.) */
deny: number;
/** permission bit set for new perms until new api version released. */
allow: string;
/** permission bit set for new perms until new api version released. */
deny: string;
}
export interface ChannelCreateOptions {