mirror of
https://github.com/DrizzleTime/Foxel.git
synced 2026-05-22 08:46:45 +08:00
feat(ConfigGroup, SystemConfig): add support for secret fields in configuration forms
This commit is contained in:
@@ -195,6 +195,7 @@ export interface ConfigResponse {
|
||||
key: string;
|
||||
value: string;
|
||||
description: string;
|
||||
isSecret: boolean;
|
||||
createdAt: Date;
|
||||
updatedAt?: Date;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user