Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4249339b92 | |||
| bb59279eb6 | |||
| 0f6b2d5cb7 | |||
| 3b677628e5 | |||
| 89ae957020 |
+1
-1
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "cooptypes",
|
||||
"type": "module",
|
||||
"version": "0.5.29",
|
||||
"version": "1.0.1",
|
||||
"packageManager": "pnpm@9.0.6",
|
||||
"description": "_description_",
|
||||
"author": "Alex Ant <dacom.dark.sun@gmail.com>",
|
||||
|
||||
@@ -2,7 +2,10 @@ import type { SovietContract } from '../../contracts'
|
||||
import type { IIndividualData, IOrganizationData } from '../users'
|
||||
|
||||
export interface ICooperativeData extends IOrganizationData {
|
||||
announce: string
|
||||
description: string
|
||||
is_branched: boolean
|
||||
is_enrolled: boolean
|
||||
registration: string
|
||||
initial: string
|
||||
minimum: string
|
||||
|
||||
Reference in New Issue
Block a user