mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
10 lines
156 B
TypeScript
10 lines
156 B
TypeScript
// https://www.npmjs.com/package/@apollo/protobufjs
|
|
|
|
export class IdentifierSeed {
|
|
seed: string
|
|
|
|
constructor(seed: string) {
|
|
this.seed = seed
|
|
}
|
|
}
|