Type Alias PermissionOptions

PermissionOptions: BaseMessageOptions & {
    ephemeral?: boolean;
}