Cradicle Explorer
Izly
Info
Issues
Patches
Wallets
Source
Source
.github
.vscode
examples
src
api
core
decoders
definitions
bank-code.ts
civility.ts
client-user-role.ts
client-user-status.ts
day-of-week.ts
duration-type.ts
error-priority.ts
error.ts
history-operation-type.ts
home-page-operation.ts
izly-crous.ts
legal-status.ts
limit-money-in.ts
limit-type.ts
limit.ts
model.ts
operation-mode.ts
operation-type-group.ts
operation-type.ts
role.ts
service-type.ts
tokens.ts
transaction-group-status.ts
transaction-group.ts
up.ts
user-role.ts
models
index.ts
.gitignore
CITATION.cff
LICENSE.md
README.md
bun.lock
bunup.config.ts
eslint.config.ts
netlify.toml
package.json
tsconfig.json
typedoc.json
/
src
/
definitions
/ legal-status.ts
legal-status.ts
1
export enum LegalStatus {
2
Other,
3
SA,
4
SAS,
5
SARL,
6
EURL,
7
SNC,
8
SCI,
9
EIRL
10
}