Type Alias OrchMeta

type OrchMeta = {
    attrs?: Record<string, string>;
    id: string;
    type: 0 | 1 | 2 | 3;
}
Index

Properties

Properties

attrs?: Record<string, string>
id: string
type: 0 | 1 | 2 | 3