Skip to content
Snippets Groups Projects
Commit 6b24cbd1 authored by Sebastian Mohr's avatar Sebastian Mohr
Browse files

Id could be null if not set

parent cdba868e
No related branches found
No related tags found
No related merge requests found
Pipeline #506254 passed
......@@ -94,7 +94,7 @@ export interface SnipData<D extends BaseData, V extends BaseView>
view: V;
type: string;
created?: Date | undefined;
created_by?: number | undefined;
created_by?: number | undefined | null;
}
export interface OptionalData {
blob?: BlobData;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment