chore: show credit help link (#2393)

This commit is contained in:
Joel
2024-02-05 16:22:30 +08:00
committed by GitHub
parent 714ff3c663
commit 5e145c1c22
6 changed files with 20 additions and 0 deletions

View File

@@ -98,6 +98,7 @@ export type CredentialFormSchemaBase = {
default?: string
tooltip?: TypeWithI18N
show_on: FormShowOnObject[]
url?: string
}
export type CredentialFormSchemaTextInput = CredentialFormSchemaBase & { max_length?: number; placeholder?: TypeWithI18N }