mirror of
https://github.com/IT4Change/gradido.git
synced 2026-03-01 12:44:43 +00:00
9 lines
172 B
TypeScript
9 lines
172 B
TypeScript
export interface PublicCommunityInfo {
|
|
name: string
|
|
description: string
|
|
creationDate: Date
|
|
publicKey: string
|
|
publicJwtKey: string
|
|
hieroTopicId: string | null
|
|
}
|